home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / HAMRADIO / RC85PR15.ZIP / RC85.BAT < prev    next >
DOS Batch File  |  1990-05-17  |  236b  |  11 lines

  1. echo off
  2. rem program rc85 controller from specified file
  3. rem
  4. if "%1" == "" goto usage
  5. rc85prg -v -d 898-1232 -c 655 -o 1231231234 -s rc85defs.doc %1 %2 %3 %4 %5
  6. goto exit
  7. :usage
  8. echo USAGE: %0 input_file
  9. rem C'est tout.
  10. :exit
  11.